home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / disk / dk002.zip / DK.DOC < prev    next >
Text File  |  1996-06-22  |  1KB  |  39 lines

  1. version 0.02
  2.  
  3. DK.COM is 'Directory Killer' by Dana Booth at 1:138/179 or crom@eskimo.com
  4.  
  5. DK.COM is a quick and dirty way to delete empty directories, here's how it
  6. works and the syntax:
  7.  
  8. DK [parent directory] [name of sub-directory]
  9.  
  10. If the 'name of sub-directory' is omitted, all sub-directories are suspect.
  11. The 'name of sub-directory may use wildcards'. DK only deletes
  12. sub-directories that are empty, and will inform you if an otherwise empty
  13. sub-directory has any hidden or system files within. DK.COM will NOT work
  14. across drives. (I'm not a real programmer. *G*) Here's a few examples:
  15.  
  16.  
  17. DK C:\BINK\OUTBOUND
  18.  
  19. The above command line would delete any EMPTY sub-directories of the parent
  20. directory 'c:\bink\outbound'
  21.  
  22.  
  23. DK C:\BINK\OUTBOUND OUT.002
  24.  
  25. The above command line would delete the sub-directory 'OUT.002' only if
  26. it's an empty directory.
  27.  
  28.  
  29. DK C:\BINK\OUTBOUND OUT.*
  30.  
  31. The above command line would delete all sub-directories of the
  32. 'C:\BINK\OUTBOUND' directory that are empty and begin with 'OUT.'
  33.  
  34. DK C:\STUFF A*
  35.  
  36. The above command line would delete all sub-directories of the 'C:\STUFF'
  37. directory that are empty and begin with 'A'
  38.  
  39.